- bebugging
- псевдоотладка (метод оценки степени безошибочности программы на основе выявления искусственно введённых ошибок)
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Bebugging — (or Fault Seeding) is a popular software engineering technique used in the 70s to measure test coverage. Known bugs are randomly added to a program source code and the programmer is tasked to find them. The percentage of the known bugs not found… … Wikipedia
Mutation testing — For the biological term, see: Gene mutation analysis. Software Testing portal Mutation testing (or Mutation analysis or Program mutation) is a method of software testing, which involves modifying programs source code or byte code in small ways … Wikipedia
Fault injection — In software testing, fault injection is a technique for improving the coverage of a test by introducing faults in order to test code paths, in particular error handling code paths, that might otherwise rarely be followed. It is often used with… … Wikipedia
псевдоотладка — Метод отладки с искусственным введением ошибок. [http://www.morepc.ru/dict/] Тематики информационные технологии в целом EN bebugging … Справочник технического переводчика